Introduction

A user in AD stores information about an employee or contractor who works for the organisation. These objects are instances of the User class. User objects are leaf objects, since they do not contain any other objects.

Every user is considered a security principal and has its own SID and GUID. Additionally, user objects can have numerous different attributes such as display name, email address, last login time, etc - well in excess of 800.

Domain Users

Domain Users in AD are the ones who are capable of accessing resources in the Active Directory environment. These users can log into any host on the network. All domain users have 5 essential naming attributes as well as many others:

AttributeDescription
UserPrincipalName (UPN)The primary logon name for the user, which uses the user's email by convention.
ObjectGUIDA unique identifier for the user which is never changed even after removal of the user.
SAMAccountNameA logon name providing support for previous versions of Windows.
objectSIDThe user's security identifier (SID) which identifies the user and their group memberships.
sIDHistoryA history of the user's SIDs which keeps track of the SIDs for the user when they migrate from one domain to another.